翻訳と辞書
Words near each other
・ neep-neep
・ negation by failure
・ negative acknowledgement
・ neliac
・ neon
・ neophilia
・ neptune
・ nerd pride
・ nereco
・ nesl
nested class
・ net
・ net.-
・ net.god
・ net.personality
・ net.police
・ net:x
・ netaddress
・ netbeui
・ netbios


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

nested class : FOLDOC
nested class
In Java, a class defined within an enclosing class definition. A static nested class has no direct access to the members of its enclosing class whereas a non-static nested class, known as an "inner class", is associated with an instance of the enclosing class and an instance of the inner class has direct access to the members of its enclosing instance.
{Java Tutorial (http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html)}.
[Other languages?]
(2006-11-19)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.